1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00
This commit is contained in:
Éric Gaspar 2023-03-03 18:45:21 +01:00
parent 622c5ef021
commit f788354757
3 changed files with 1 additions and 2 deletions

0
doc/POST_INSTALLATION.md Normal file
View file

View file

@ -15,7 +15,7 @@ website = "https://simplex.chat/"
code = "https://github.com/simplex-chat/simplex-chat" code = "https://github.com/simplex-chat/simplex-chat"
[integration] [integration]
yunohost = ">= 11.1.11" yunohost = ">= 11.1.12"
architectures = ["amd64"] architectures = ["amd64"]
multi_instance = false multi_instance = false
ldap = "not_relevant" ldap = "not_relevant"

View file

@ -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 # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir" chown -R $app:$app "$install_dir"
chmod +x $install_dir/smp-server chmod +x $install_dir/smp-server