net-mgmt/pandorafms_console: Avoid @exec/@unexec
Approved by: portmgr (blanket)
This commit is contained in:
parent
08e9d3e703
commit
d9e320690c
1 changed files with 2 additions and 2 deletions
|
@ -2903,9 +2903,9 @@
|
|||
%%WWWDIR%%/include/swiftmailer/swift_required.php
|
||||
%%WWWDIR%%/index.php
|
||||
@comment install.php
|
||||
@unexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi
|
||||
@postunexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi
|
||||
%%WWWDIR%%/install_old.php
|
||||
@exec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php
|
||||
@postexec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php
|
||||
%%WWWDIR%%/mobile/images/ajax-loader.gif
|
||||
%%WWWDIR%%/mobile/images/bricks.png
|
||||
%%WWWDIR%%/mobile/images/datos_blue.png
|
||||
|
|
Loading…
Reference in a new issue