diff options
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-x | usr/local/sbin/update_file.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/sbin/update_file.sh b/usr/local/sbin/update_file.sh index 61753f0..a457515 100755 --- a/usr/local/sbin/update_file.sh +++ b/usr/local/sbin/update_file.sh @@ -28,4 +28,8 @@ else echo "trying to fetch latest" fi -`which fetch` -o "$1" "$baseurl$1$urlrev$rev$urlcon"
\ No newline at end of file +/etc/rc.conf_mount_rw + +`which fetch` -o "$1" "$baseurl$1$urlrev$rev$urlcon" + +/etc/rc.conf_mount_ro |