1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Removes echo

This commit is contained in:
Tagada 2024-03-06 15:14:40 +01:00 committed by GitHub
parent 6e9ff21823
commit 73dfbdebcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,8 +108,6 @@ CONF=$install_dir/config/config.js
if test -f "$CONF"; then
supportMailboxKey=$(ynh_read_var_in_file --file=$CONF --key=supportMailboxPublicKey)
adminKeys=$(ynh_read_var_in_file --file=$CONF --key=adminKeys)
echo $supportMailboxKey
echo $adminKeys
fi
ynh_add_config --template="config.js" --destination="$install_dir/config/config.js"