clear script

This commit is contained in:
lakinduakash 2019-04-14 20:48:08 +05:30
parent 0e25719af2
commit 6f2c2f9d5b

View File

@ -981,8 +981,6 @@ write_config() {
PASSPHRASE="$4"
fi
echo "$@"
for config_opt in "${CONFIG_OPTS[@]}"; do
eval echo $config_opt=\$$config_opt
done >> "$STORE_CONFIG"