summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/vpn_openvpn_create_certs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_create_certs.php b/usr/local/www/vpn_openvpn_create_certs.php
index 73b3cc6..5572c5a 100755
--- a/usr/local/www/vpn_openvpn_create_certs.php
+++ b/usr/local/www/vpn_openvpn_create_certs.php
@@ -195,7 +195,7 @@ function f(ta_id){
mwexec("rm -rf /tmp/*");
//mwexec("rm -rf /tmp/newcerts");
mkdir("/tmp/newcerts", 0755);
- mwexec("touch /tmp/index.txt");
+ touch("/tmp/index.txt");
$fd = fopen("/tmp/serial","w");
fwrite($fd, "01\n");
fclose($fd);
OpenPOWER on IntegriCloud