Compare commits
No commits in common. "78497ba62aabc764b670902402ca64b28e460c4b" and "da28776049c6ac4afdac572511544d75ae815901" have entirely different histories.
78497ba62a
...
da28776049
2 changed files with 1 additions and 4 deletions
|
@ -97,9 +97,7 @@ fi
|
|||
if [ $? == 0 ] ; then
|
||||
echo `date` > ${ORIG}lastBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
||||
if [ -f "${ORIG}lastFailBackup}" ]; then
|
||||
rm ${ORIG}lastFailBackup
|
||||
fi
|
||||
rm ${ORIG}lastFailBackup
|
||||
else
|
||||
echo `date` > ${ORIG}lastFailBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
||||
|
|
|
@ -136,7 +136,6 @@ 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