mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
Fix
This commit is contained in:
parent
d8f233ac42
commit
0339561902
2 changed files with 4 additions and 0 deletions
3
doc/POST_UPGRADE_fr.md
Normal file
3
doc/POST_UPGRADE_fr.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Adresse de votre serveur SMP :
|
||||||
|
|
||||||
|
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
|
@ -55,6 +55,7 @@ fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
chmod +x $install_dir/smp-server
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REAPPLY SYSTEM CONFIGURATIONS
|
# REAPPLY SYSTEM CONFIGURATIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue