Files
crawlab/backend/scripts/install-php.sh
2020-03-10 16:42:40 +08:00

14 lines
168 B
Bash
Executable File

# 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