Skip to content
Commits on Source (2)
...@@ -31,6 +31,7 @@ function systemctl_param { ...@@ -31,6 +31,7 @@ function systemctl_param {
function show_usage { function show_usage {
echo "Usage:" echo "Usage:"
echo " - provision -a <app_repo_url> -u <domainname> -s : install and start a libre.sh service."
echo " - start|status|enable|disable|restart|stop: command sent to systemctl." echo " - start|status|enable|disable|restart|stop: command sent to systemctl."
echo " - ps|exec|logs: command sent to docker compose." echo " - ps|exec|logs: command sent to docker compose."
echo " - update: to update the current folder." echo " - update: to update the current folder."
......