chore: update messages in MacOS install script

This commit is contained in:
garethgeorge
2024-01-29 01:29:02 -08:00
parent f422c289b8
commit d38491b9f7
+6 -2
View File
@@ -62,8 +62,9 @@ EOM
}
enable_launchd_plist() {
echo "Enabling launchd plist com.backrest.plist"
echo "Trying to unload any previous version of com.backrest.plist"
launchctl unload /Library/LaunchAgents/com.backrest.plist || true
echo "Loading com.backrest.plist"
launchctl load -w /Library/LaunchAgents/com.backrest.plist
}
@@ -83,4 +84,7 @@ elif [ "$OS" = "Linux" ]; then
else
echo "Unknown OS: $OS. This script only supports Darwin and Linux."
exit 1
fi
fi
echo "Logs are available at /tmp/backrest.log"
echo "Access backrest WebUI at http://localhost:9898"