mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
fix
This commit is contained in:
parent
81d173c746
commit
f6b40d323a
2 changed files with 0 additions and 44 deletions
|
@ -1,41 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
is_public=1
|
|
||||||
language="fr"
|
|
||||||
admin="john"
|
|
||||||
password="1Strong-Password"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
# 1.14.1
|
|
||||||
upgrade=0 from_commit=81e4075468d035b12ad70936d016d45d0f124720
|
|
||||||
# 1.14.2
|
|
||||||
upgrade=0 from_commit=cadb10e497d938e0e684e43ac870a3807b4b60d9
|
|
||||||
# 1.14.3
|
|
||||||
upgrade=0 from_commit=fe0bd01ffa787713e2b36408abe1e44033aacb69
|
|
||||||
# 1.15.2~ynh1
|
|
||||||
upgrade=0 from_commit=20349f58ebb98ce87d3a80da18f11a7bafa04985
|
|
||||||
# 1.15.2~ynh2
|
|
||||||
upgrade=0 from_commit=55e224ea95f384ab8db46941366b0205cd8d3032
|
|
||||||
# 1.15.3.1~ynh1
|
|
||||||
upgrade=0 from_commit=049b860396347599e0633adf277549146644e460
|
|
||||||
# 1.15.4~ynh2
|
|
||||||
upgrade=1 from_commit=9af7e309b19966c19dab60fbb54a46b6d2269323
|
|
||||||
# 1.16~ynh1
|
|
||||||
upgrade=1 from_commit=37c6fe88f2a06e9b84fd2ad486b5e51f6345254d
|
|
||||||
# 1.16.3~ynh1
|
|
||||||
upgrade=1 from_commit=9624b86e211364645958cf44596450faa3c28783
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
|
@ -107,9 +107,6 @@ ynh_secure_remove --file="$install_dir/include/plugins/build"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setuping application with CURL..." --weight=1
|
ynh_script_progression --message="Setuping application with CURL..." --weight=1
|
||||||
|
|
||||||
# Set the app as temporarily public for curl call
|
|
||||||
ynh_script_progression --message="Configuring SSOwat..." --weight=1
|
|
||||||
|
|
||||||
admin_fname=$(ynh_user_get_info $admin 'firstname')
|
admin_fname=$(ynh_user_get_info $admin 'firstname')
|
||||||
admin_lname=$(ynh_user_get_info $admin 'lastname')
|
admin_lname=$(ynh_user_get_info $admin 'lastname')
|
||||||
admin_mail=$(ynh_user_get_info $admin 'mail')
|
admin_mail=$(ynh_user_get_info $admin 'mail')
|
||||||
|
|
Loading…
Add table
Reference in a new issue