mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
save is_public setting
This commit is contained in:
parent
7eabeebc00
commit
2bb9133517
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
|
|||
sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/nginx.conf
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/zerobin.conf
|
||||
|
||||
sudo yunohost app setting zerobin is_public -v $is_public
|
||||
if [ $is_public = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting zerobin skipped_uris -v "/"
|
||||
|
|
Loading…
Reference in a new issue