1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00

Update install

This commit is contained in:
frju365 2019-01-05 16:42:07 +01:00 committed by GitHub
parent 9678c0f73a
commit dd30a55b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.json"
mkdir -p /var/lib/pufferd /var/log/pufferd /etc/pufferd mkdir -p /var/lib/pufferd /var/log/pufferd /etc/pufferd
wget https://github.com/YunoHost-Apps/pufferpanel_ynh/releases/download/1.2.5/pufferd_1.2.5_amd64.deb wget https://github.com/YunoHost-Apps/pufferpanel_ynh/releases/download/1.2.5/pufferd_1.2.5_amd64.deb
dpkg --install pufferd_1.2.5_amd64.deb dpkg --install pufferd_1.2.5_amd64.deb
pufferd --install --auth https://$domain$path --token ${nodeSecret} --config $final_path/config.json pufferd --install --auth https://$domain$path_url --token ${nodeSecret} --config $final_path/config.json
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION