diff options
Diffstat (limited to 'src/profile')
-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}" } ' |