Skip to content

Commit a2986bc

Browse files
A Dynamic Collection of Shell Scripts with Educational Purpose
1 parent 53d51c1 commit a2986bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/shell_utils_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ fi
301301

302302
if [[ ! -f "$CONFIG_FILE" ]]; then
303303
touch "$CONFIG_FILE"
304-
echo 'If this configuration is not set or is set to 0, automatic updates will be disabled.' | tee "$CONFIG_FILE" 1>/dev/null
304+
echo '# If this configuration is not set or is set to 0, automatic updates will be disabled.' | tee "$CONFIG_FILE" 1>/dev/null
305305
echo 'SHELL_UTILS_AUTO_UPDATE=1' | tee -a "$CONFIG_FILE" 1>/dev/null
306306
echo 'UPDATE_CHECK_INTERVAL=21600' | tee -a "$CONFIG_FILE" 1>/dev/null
307307
fi

0 commit comments

Comments
 (0)