From ca9847cc452d36b2f02ff3d1d224ae38a7bba19b Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Tue, 10 May 2022 13:52:52 +0800 Subject: [PATCH] update: shell --- init.sh | 2 +- update.sh | 2 +- update_dev.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 819ff224..0bce3da5 100644 --- a/init.sh +++ b/init.sh @@ -6,5 +6,5 @@ php composer.phar install -vvv php artisan v2board:install if [ -f "/etc/init.d/bt" ]; then - chmod -R www $(PWD); + chmod -R www $(pwd); fi diff --git a/update.sh b/update.sh index 0db0fbf3..30921bd8 100755 --- a/update.sh +++ b/update.sh @@ -8,5 +8,5 @@ php artisan v2board:update php artisan config:cache if [ -f "/etc/init.d/bt" ]; then - chmod -R www $(PWD); + chmod -R www $(pwd); fi diff --git a/update_dev.sh b/update_dev.sh index 33b96a28..07b403be 100755 --- a/update_dev.sh +++ b/update_dev.sh @@ -9,5 +9,5 @@ php artisan v2board:update php artisan config:cache if [ -f "/etc/init.d/bt" ]; then - chmod -R www $(PWD); + chmod -R www $(pwd); fi