diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-23 17:10:29 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-23 17:10:29 (EST) |
commit | 76c44efdc5fe002e39aaf27ad4cd94f2bc154bda (patch) | |
tree | eb38e4f0791017ef879d15f6d018678b2e8424e5 /src/profile/proteanos.sh | |
parent | c3863ac4c059ab57db949fa7dc2f3b2b0f0771bc (diff) |
Always use rm's -f option
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 3048227..dfa64e8 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -33,7 +33,7 @@ start() printf "disabled\n" >/etc/rc.policy opkg install $(opkg list-installed | cut -d " " -f 1) printf "enabled\n" >/etc/rc.policy - rm "${SCRIPT}" + rm -f "${SCRIPT}" } ' |