Merge pull request #80 from SectorLabs/master
Fix chromium previous sessions removal
This commit is contained in:
commit
799e1b3df9
@ -26,7 +26,7 @@ if [ -f .config/chromium/Default/Preferences ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove notes of previous sessions, if any
|
# Remove notes of previous sessions, if any
|
||||||
find .config/chromium/ -name "Last *" | xargs rm
|
find .config/chromium/ -name "Last *" -exec rm {} +
|
||||||
|
|
||||||
# Get URL from file (if set)
|
# Get URL from file (if set)
|
||||||
URL=""
|
URL=""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user