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
622c5ef021
commit
f788354757
3 changed files with 1 additions and 2 deletions
0
doc/POST_INSTALLATION.md
Normal file
0
doc/POST_INSTALLATION.md
Normal file
|
@ -15,7 +15,7 @@ website = "https://simplex.chat/"
|
|||
code = "https://github.com/simplex-chat/simplex-chat"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.11"
|
||||
yunohost = ">= 11.1.12"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
|
|
|
@ -17,7 +17,6 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:$app "$install_dir"
|
||||
chmod +x $install_dir/smp-server
|
||||
|
|
Loading…
Add table
Reference in a new issue