chore: make the manage script more verbose
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 4m20s
Cross-Compile Binaries / compile-windows (push) Successful in 8m54s

This commit is contained in:
2026-02-09 15:41:56 +01:00
parent 5e9c668566
commit 7c7aa579f0
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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