From 76c44efdc5fe002e39aaf27ad4cd94f2bc154bda Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Jan 2016 17:10:29 -0500 Subject: Always use rm's -f option --- (limited to 'src/profile/proteanos.sh') 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}" } ' -- cgit v0.9.1