Commit 344128b8 authored by Lucas Russo's avatar Lucas Russo

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

parent 32ed4f07
......@@ -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