diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 22:34:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 22:34:28 +0000 |
commit | 7a291481e9e21b3663c4bb9ac5b926574a780f10 (patch) | |
tree | 7803b8a43f97150672bcbd41961a95ae42f39f47 /tmp | |
parent | 2680d791ac22eb870960f2127a3e0d560c329c60 (diff) | |
download | pfsense-7a291481e9e21b3663c4bb9ac5b926574a780f10.zip pfsense-7a291481e9e21b3663c4bb9ac5b926574a780f10.tar.gz |
Nuke cvs_sync.sh on upgrade now that it resides in pfSsh.php
Diffstat (limited to 'tmp')
-rwxr-xr-x | tmp/post_upgrade_command | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index 9170821..e4e41c4 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -29,3 +29,7 @@ php -f /tmp/post_upgrade_command.php # Remove any previous MD5 sum files rm -f /root/*.md5 + +# File moved to pfSense php shell (pfSsh.php) +rm -rf /usr/local/sbin/cvs_sync.sh + |