Added branchtype to allow for tags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#Backend PHP Pool
|
||||
wget -q -t7 "$repo"/raw/branch/"$branch"/CMS/Backend/Fpm-Pool.conf-unconfigured -O /etc/php/"$phpver"/fpm/pool.d/Backend.conf
|
||||
wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CMS/Backend/Fpm-Pool.conf-unconfigured -O /etc/php/"$phpver"/fpm/pool.d/Backend.conf
|
||||
sed -i 's/PHPver/'$phpver'/' /etc/php/"$phpver"/fpm/pool.d/Backend.conf
|
||||
groupadd Backend
|
||||
useradd -g Backend Backend
|
||||
|
||||
Reference in New Issue
Block a user