1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-06 14:47:15 +02:00
parent 7876683cca
commit 9baebbdbc5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -103,7 +103,7 @@ chown -R $app:www-data "$final_path"
# Create data folder
mkdir -p "$final_path/data"
echo '$admin:$password' > "$final_path/data/passwd"
echo $admin:$password > "$final_path/data/passwd"
chmod 400 "$final_path/data/passwd"
chown $app: "$final_path/data/passwd"