1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Update install

This commit is contained in:
abeudin 2015-12-28 12:16:48 +01:00
parent 134de97aea
commit e30b84324c

View file

@ -69,7 +69,7 @@ sudo sed -i "s/yunobase/$db_user/g" $final_path/syncserver.ini
cd $final_path && sudo make build && sudo ./local/bin/easy_install gunicorn cd $final_path && sudo make build && sudo ./local/bin/easy_install gunicorn
# Disable swapfile # Disable swapfile
if [ -f $tmp_swap_file ]; if [ -f $tmp_swap_file ] || [ -z "$tmp_swap_file" ];
then then
sudo swapoff $tmp_swap_file sudo swapoff $tmp_swap_file
sudo rm -f $tmp_swap_file sudo rm -f $tmp_swap_file