1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

add php version

This commit is contained in:
Éric Gaspar 2023-11-16 12:51:41 +01:00
parent 1345c41982
commit 7399846a09
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ user_pass=$(ynh_string_random)
# Create the new user in Wallabag
(cd "/var/www/$app" && \
sudo -u "$user" php "bin/console" --no-interaction --env=prod \
sudo -u "$user" php${phpversion} "bin/console" --no-interaction --env=prod \
fos:user:create "$username" "$user_email" "$user_pass")

View file

@ -9,5 +9,5 @@ purge=$2
# Deactivate the user from Wallabg
(cd "/var/www/$app" && \
sudo -u "$user" php "bin/console" --no-interaction --env=prod \
sudo -u "$user" php${phpversion} "bin/console" --no-interaction --env=prod \
fos:user:deactivate "$username")