mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
fixstates is required upon upgrades
This commit is contained in:
parent
54e406d683
commit
3611c7ed85
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ sudo chown root: $final_phpconf
|
|||
sudo chmod 644 $final_phpconf
|
||||
|
||||
# Fixstates to avoid full resync of devices after version upgrades
|
||||
#sudo $final_path/z-push-admin.php -a fixstates
|
||||
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