diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-13 12:02:34 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-13 12:02:34 -0300 |
commit | 18be8e81d18a6bf80c51f4a5897c55f213d69584 (patch) | |
tree | b1496db1ffefdf730b3618d8e95f8998f5200342 /etc | |
parent | 8aec82088cc65605161c1d21180ba8e6ec737e22 (diff) | |
download | pfsense-18be8e81d18a6bf80c51f4a5897c55f213d69584.zip pfsense-18be8e81d18a6bf80c51f4a5897c55f213d69584.tar.gz |
Add missing ; and also mute chmod
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/gitsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index 025b3f0..d343ab4 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -338,7 +338,7 @@ exec("rm -rf ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/cf 2>/dev/null"); exec("rm -rf ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/root/.shrc"); exec("rm -rf ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/root/.tcshrc"); exec("rm -f ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/etc/syslog.conf 2>/dev/null"); -chmod("{$CODIR}/pfSenseGITREPO/pfSenseGITREPO/tmp", 1777) +@chmod("{$CODIR}/pfSenseGITREPO/pfSenseGITREPO/tmp", 1777); echo "===> Installing new files...\n"; |