There was an error while loading. Please reload this page.
1 parent 4926d42 commit 119a202Copy full SHA for 119a202
2 files changed
ct/sure.sh
@@ -81,7 +81,7 @@ EOF
81
msg_ok "Updated Sure"
82
83
msg_info "Starting Services"
84
- $STD systemctl start sure sure-worker
+ systemctl start sure sure-worker
85
msg_ok "Started Services"
86
msg_ok "Updated successfully!"
87
fi
install/sure-install.sh
@@ -103,7 +103,7 @@ StandardError=journal
103
[Install]
104
WantedBy=multi-user.target
105
EOF
106
-$STD systemctl enable -q --now sure sure-worker
+systemctl enable -q --now sure sure-worker
107
msg_ok "Created Services"
108
109
motd_ssh
0 commit comments