Compare commits

...

3 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -97,7 +97,9 @@ fi
if [ $? == 0 ] ; then
echo `date` > ${ORIG}lastBackup
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
rm ${ORIG}lastFailBackup
if [ -f "${ORIG}lastFailBackup}" ]; then
rm ${ORIG}lastFailBackup
fi
else
echo `date` > ${ORIG}lastFailBackup
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup

View File

@ -136,6 +136,7 @@ exec signal-desktop --use-tray-icon
exec mpd
exec libinput-gestures-setup start
exec solaar --window=hide
exec syncthing
### Window config