summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r--src/profile/proteanos.sh2
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}"
}
'