We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166042f commit 7f20731Copy full SHA for 7f20731
install/menu-master.sh
@@ -55,7 +55,7 @@ check_for_updates() {
55
/opt/easy-linux/update_scripts.sh
56
57
# Create the last update file and set the timestamp
58
- sudo chown $USER:0 -vR /opt/easy-linux/support
+ sudo chown $USER:0 -vR /opt/easy-linux/support >/dev/null
59
sudo echo "$(date +%s)" > "$last_update_file"
60
fi
61
}
@@ -185,7 +185,8 @@ backup_func() {
185
# Function to handle menu selection
186
main_menu() {
187
clear
188
- source "${scripts_dir}/support/support-Banner_func.sh" && sudo chown -vR $USER:0 /opt/easy-linux >/dev/null
+ source "${scripts_dir}/support/support-Banner_func.sh"
189
+ sudo chown -vR $USER:0 /opt/easy-linux >/dev/null
190
echo
191
printf "${BL}${BOLD} $username ${BOLD}${GN}Beesoc's Easy Linux Loader ${BL} $computername ${CY}\n"
192
0 commit comments