mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Merge pull request #99 from YunoHost-Apps/testing
Fix upgrade from 0.6.1 ynh1
This commit is contained in:
commit
212f44396d
4 changed files with 11 additions and 14 deletions
|
@ -44,7 +44,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- built-in TURN server.
|
||||
|
||||
|
||||
**Shipped version:** 0.6.1~ynh3
|
||||
**Shipped version:** 0.6.1~ynh4
|
||||
|
||||
**Demo:** https://galene.org:8443/
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
|
|||
- détection d'activité
|
||||
|
||||
|
||||
**Version incluse :** 0.6.1~ynh3
|
||||
**Version incluse :** 0.6.1~ynh4
|
||||
|
||||
**Démo :** https://galene.org:8443/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Videoconferencing server that is easy to deploy",
|
||||
"fr": "Serveur de visioconférence facile à déployer"
|
||||
},
|
||||
"version": "0.6.1~ynh3",
|
||||
"version": "0.6.1~ynh4",
|
||||
"url": "https://galene.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -126,18 +126,15 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=2
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=2
|
||||
|
||||
ynh_setup_source --dest_dir="$final_path/build"
|
||||
ynh_setup_source --dest_dir="$final_path/build_ldap" --source_id="ldap"
|
||||
mkdir -p "$final_path/live/data"
|
||||
mkdir -p "$final_path/live_ldap/data"
|
||||
ynh_secure_remove --file="$final_path/live/static/"
|
||||
cp -r "$final_path/build/static/" "$final_path/live/"
|
||||
ynh_replace_string --match_string="<div class=\"galene-header\">Galène</div>" --replace_string="<div class=\"galene-header\" onclick=\"location.href=window.location.origin\" style=\"cursor:pointer\">Galène</div>" --target_file="$final_path/live/static/galene.html"
|
||||
fi
|
||||
ynh_setup_source --dest_dir="$final_path/build"
|
||||
ynh_setup_source --dest_dir="$final_path/build_ldap" --source_id="ldap"
|
||||
mkdir -p "$final_path/live/data"
|
||||
mkdir -p "$final_path/live_ldap/data"
|
||||
ynh_secure_remove --file="$final_path/live/static/"
|
||||
cp -r "$final_path/build/static/" "$final_path/live/"
|
||||
ynh_replace_string --match_string="<div class=\"galene-header\">Galène</div>" --replace_string="<div class=\"galene-header\" onclick=\"location.href=window.location.origin\" style=\"cursor:pointer\">Galène</div>" --target_file="$final_path/live/static/galene.html"
|
||||
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue