Update linupx-scripts.sh

This commit is contained in:
2018-10-15 22:08:39 -05:00
parent ada768dc1d
commit 4fc616a71c

View File

@@ -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