mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Update upgrade
This commit is contained in:
parent
3b03d37175
commit
6eed9ad333
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ sudo service ffsync stop
|
|||
cd $final_path && sudo make build && sudo ./local/bin/easy_install gunicorn
|
||||
|
||||
# Disable swapfile
|
||||
if [ -z "$tmp_swap_file" ];
|
||||
if [ -z ${tmp_swap_file+x} ];
|
||||
then
|
||||
sudo swapoff $tmp_swap_file
|
||||
sudo rm -f $tmp_swap_file
|
||||
|
|
Loading…
Reference in a new issue