chore: make the manage script more verbose
This commit is contained in:
@@ -135,6 +135,7 @@ case "\$3" in
|
||||
sleep 20s
|
||||
exit 1
|
||||
else
|
||||
echo "Starting LibreOffice Present..."
|
||||
/usr/bin/libreoffice --impress --show --norestore "\$current_media"
|
||||
fi
|
||||
elif [[ "\$2" == "video" ]]; then
|
||||
@@ -155,6 +156,7 @@ case "\$3" in
|
||||
sleep 20s
|
||||
exit 1
|
||||
else
|
||||
echo "Starting VLC..."
|
||||
/usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 "\$current_media"
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -66,6 +66,7 @@ case "$3" in
|
||||
sleep 20s
|
||||
exit 1
|
||||
else
|
||||
echo "Starting LibreOffice Present..."
|
||||
/usr/bin/libreoffice --impress --show --norestore "$current_media"
|
||||
fi
|
||||
elif [[ "$2" == "video" ]]; then
|
||||
@@ -86,6 +87,7 @@ case "$3" in
|
||||
sleep 20s
|
||||
exit 1
|
||||
else
|
||||
echo "Starting VLC..."
|
||||
/usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 "$current_media"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user