mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
加入php安装
This commit is contained in:
13
backend/scripts/install-php.sh
Executable file
13
backend/scripts/install-php.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
# lock global
|
||||
touch /tmp/install.lock
|
||||
|
||||
# lock
|
||||
touch /tmp/install-php.lock
|
||||
|
||||
apt-get install php
|
||||
|
||||
# unlock global
|
||||
rm /tmp/install.lock
|
||||
|
||||
# unlock
|
||||
rm /tmp/install-php.lock
|
||||
Reference in New Issue
Block a user