Skip to content
Snippets Groups Projects
Commit f343ade0 authored by efer's avatar efer
Browse files

missing escape char...

parent 3b28486f
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ if [ $HOST_OS = 'Darwin' ]; then ...@@ -86,7 +86,7 @@ if [ $HOST_OS = 'Darwin' ]; then
UNIT_DIR="$H/Library/LaunchAgents" UNIT_DIR="$H/Library/LaunchAgents"
[ ! -d $UNIT_DIR ] && mkdir -p $UNIT_DIR [ ! -d $UNIT_DIR ] && mkdir -p $UNIT_DIR
NOTIFY0='osascript -e "display notification \"Backup done\" with title \"DTU Compute backup script\""' NOTIFY0='osascript -e "display notification \"Backup done\" with title \"DTU Compute backup script\""'
NOTIFY1='osascript -e "display notification \"Backup did not complete - see logfile" with title \"DTU Compute backup script\""' NOTIFY1='osascript -e "display notification \"Backup did not complete - see logfile\" with title \"DTU Compute backup script\""'
# Check for necessary programs # Check for necessary programs
HOST_ARCH=$(uname -m) HOST_ARCH=$(uname -m)
echo -e "\nChecking for dependencies..." echo -e "\nChecking for dependencies..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment