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
|
if [ $? == 0 ] ; then
|
||||||
echo `date` > ${ORIG}lastBackup
|
echo `date` > ${ORIG}lastBackup
|
||||||
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
||||||
if [ -f "${ORIG}lastFailBackup}" ]; then
|
rm ${ORIG}lastFailBackup
|
||||||
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,7 +136,6 @@ 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