This commit is contained in:
Stephan Raabe
2024-05-23 15:47:31 +02:00
parent 150616996f
commit 1748e42b4d
7 changed files with 32 additions and 38 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
#!/bin/bash
if [ ! -f $HOME/.cache/ml4w-welcome-autostart ] ;then
echo "Autostart of ML4W Welcome App enabled."
echo ":: Autostart of ML4W Welcome App enabled."
if [ -f $HOME/dotfiles/apps/ML4W_Welcome-x86_64.AppImage ] ;then
echo "Starting ML4W Welcome App ..."
echo ":: Starting ML4W Welcome App ..."
sleep 2
$HOME/dotfiles/apps/ML4W_Welcome-x86_64.AppImage
else
echo "ML4W Welcome App not found."
echo ":: ML4W Welcome App not found."
fi
else
echo "Autostart of ML4W Welcome App disabled."
echo ":: Autostart of ML4W Welcome App disabled."
fi