Commit cb2be771 authored by Lucas Russo's avatar Lucas Russo

scripts/disable-service.sh: fix getopt option to 's'

parent e504d6b3
......@@ -9,7 +9,7 @@ SERVICE=
# Get command line options
while getopts ":s:" opt; do
case $opt in
d)
s)
SERVICE=$OPTARG
;;
\?)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment