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
6cd44afc71
commit
df6195d8ab
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$(sudo yunohost app setting searx domain)
|
||||
path=$(sudo yunohost app setting searx path)
|
||||
domain=$(sudo yunohost app setting ffsync domain)
|
||||
path=$(sudo yunohost app setting ffsync path)
|
||||
|
||||
|
||||
# Check Swap
|
||||
|
|
Loading…
Reference in a new issue