mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-26 19:07:04 +00:00
chore: update messages in MacOS install script
This commit is contained in:
+6
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user