summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-31 20:51:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-31 20:51:50 +0000
commit1bbb52e6bc3126969929e18e3da57bb1cd690589 (patch)
tree05cf5b652190eeddc40158113d3b8902e1a5376b
parent665bba753440570b3911b5538554f175aced3661 (diff)
downloadpfsense-1bbb52e6bc3126969929e18e3da57bb1cd690589.zip
pfsense-1bbb52e6bc3126969929e18e3da57bb1cd690589.tar.gz
Spell exclude correctly
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 52d9e9b..8d9552d 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -95,7 +95,7 @@ if($branch == "RESTORE") {
}
echo "===> Backing up current pfSense information... Please wait...\n";
-exec("tar czPf /root/cvssync_backup.tgz --exclude /root --exclude /dev --exclude /tmp --execlude /var/run /");
+exec("tar czPf /root/cvssync_backup.tgz --exclude /root --exclude /dev --exclude /tmp --exclude /var/run /");
exec("ls -lah /root/cvssync_backup.tgz");
echo "===> Checking out $branch\n";
OpenPOWER on IntegriCloud