Skip to content
Snippets Groups Projects

Played around

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