mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing ;
This commit is contained in:
parent
5534b2ee9e
commit
4758017ec0
@ -324,7 +324,7 @@ exec("mkdir -p /tmp/lighttpd/cache/compress/");
|
||||
@unlink("{$CODIR}/pfSenseGITREPO/pfSenseGITREPO/src/root/.tcshrc");
|
||||
exec("rm -rf {$CODIR}/pfSenseGITREPO/pfSenseGITREPO/src/conf*");
|
||||
exec("rm -rf {$CODIR}/pfSenseGITREPO/pfSenseGITREPO/src/cf 2>/dev/null");
|
||||
@chmod("{$CODIR}/pfSenseGITREPO/pfSenseGITREPO/src/tmp", 01777)
|
||||
@chmod("{$CODIR}/pfSenseGITREPO/pfSenseGITREPO/src/tmp", 01777);
|
||||
|
||||
echo "===> Installing new files...\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user