Compare commits
3 commits
da28776049
...
78497ba62a
Author | SHA1 | Date | |
---|---|---|---|
78497ba62a | |||
b1d6c93f00 | |||
6627373db6 |
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue