mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fixstates is not required
This commit is contained in:
parent
54c68a69d8
commit
065b7a33e8
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ sudo cp ../conf/php-fpm.conf $final_phpconf
|
|||
sudo chown root: $final_phpconf
|
||||
sudo chmod 644 $final_phpconf
|
||||
|
||||
# Fixstates to avoid full resync of devices after evrsion upgrades
|
||||
sudo $final_path/z-push-admin.php -a fixstates
|
||||
# Fixstates to avoid full resync of devices after version upgrades
|
||||
#sudo $final_path/z-push-admin.php -a fixstates
|
||||
|
||||
# Enable api for client and make the app public
|
||||
ynh_app_setting_set $app skipped_uris "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue