diff --git a/linupx-scripts.sh b/linupx-scripts.sh index e44c5e2..0596b06 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -97,7 +97,7 @@ UPDATE3() { source /etc/environment bash /etc/skel/.profile - while getopts 'abf:v' flag; do + while getopts 'r' flag; do case "${flag}" in r) restart_flag='true' ;; esac