mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
corrcetion du script run
This commit is contained in:
parent
9bbedbd646
commit
b77ff2d17d
1 changed files with 2 additions and 2 deletions
4
conf/run
4
conf/run
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
export USERNAME=jb
|
||||
export HOME="/home/$USERNAME"
|
||||
export USERNAME=debian-syncthing
|
||||
export HOME="/home/yunohost.syncthing"
|
||||
export SYNCTHING="$HOME/bin/syncthing"
|
||||
|
||||
exec 2>&1
|
||||
|
|
Loading…
Add table
Reference in a new issue