mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
4 lines
119 B
Bash
4 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
|
||
|
|