File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 275
275
fi
276
276
277
277
_sudo " systemctl start ${SG_SERVICE} @${SG_PORT} "
278
- _sudo " systemctl start ${SG_SERVICE} @${SG_USERNAME} "
278
+ # _sudo "systemctl start ${SG_SERVICE}@${SG_USERNAME}"
279
279
}
280
280
281
281
_installSickGearOutro () {
@@ -285,10 +285,10 @@ _installSickGearOutro() {
285
285
_print " systemctl status ${SG_SERVICE} @${SG_PORT} -l"
286
286
_print " systemctl stop ${SG_SERVICE} @${SG_PORT} "
287
287
_print
288
- _print " Systemd service user specific. Example commands.."
289
- _print " systemctl start ${SG_SERVICE} @${SG_USERNAME} "
290
- _print " systemctl status ${SG_SERVICE} @${SG_USERNAME} -l"
291
- _print " systemctl stop ${SG_SERVICE} @${SG_USERNAME} "
288
+ # _print "Systemd service user specific. Example commands.."
289
+ # _print " systemctl start ${SG_SERVICE}@${SG_USERNAME}"
290
+ # _print " systemctl status ${SG_SERVICE}@${SG_USERNAME} -l"
291
+ # _print " systemctl stop ${SG_SERVICE}@${SG_USERNAME}"
292
292
293
293
_print
294
294
sleep 5
You can’t perform that action at this time.
0 commit comments