Skip to content
Snippets Groups Projects

Played around

Merged Jakob Moser requested to merge played-around into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -10,6 +10,8 @@ if [ $? = 1 ]
fi
screen -r mc -p 0 -X stuff "backup^M"
echo "Give it some time to start the backup process..."
sleep 10
LEER="true" && ls /backup/* 2> /dev/null > /dev/null && LEER="false"
if [ $LEER = "true" ]
then
Loading