mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
3 lines
119 B
Bash
3 lines
119 B
Bash
# Create an empty log file if one doesn't already exist
|
|
[ ! -e var/log/ices/ices.log ] && touch var/log/ices/ices.log
|
|
|