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
|
if [ $? == 0 ] ; then
|
||||||
echo `date` > ${ORIG}lastBackup
|
echo `date` > ${ORIG}lastBackup
|
||||||
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
||||||
rm ${ORIG}lastFailBackup
|
if [ -f "${ORIG}lastFailBackup}" ]; then
|
||||||
|
rm ${ORIG}lastFailBackup
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo `date` > ${ORIG}lastFailBackup
|
echo `date` > ${ORIG}lastFailBackup
|
||||||
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
||||||
|
|
|
@ -136,6 +136,7 @@ exec signal-desktop --use-tray-icon
|
||||||
exec mpd
|
exec mpd
|
||||||
exec libinput-gestures-setup start
|
exec libinput-gestures-setup start
|
||||||
exec solaar --window=hide
|
exec solaar --window=hide
|
||||||
|
exec syncthing
|
||||||
|
|
||||||
|
|
||||||
### Window config
|
### Window config
|
||||||
|
|
Loading…
Reference in a new issue