Commit 145e8fde authored by Seblu's avatar Seblu
Browse files

Update getopts line

parent 1edbaf56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ usage() {
	exit 1
}

while getopts 'hrlRnv' opt; do
while getopts 'hrRnNv' opt; do
	case $opt in
		r) systemd_cmd='restart';;
		R) systemd_cmd='reload';;