mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
[fix] Bad service name giving to ynh
This commit is contained in:
parent
28afa51fd8
commit
9cd0b82650
3 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750
|
||||||
# ADD SERVICE IN ADMIN PANEL
|
# ADD SERVICE IN ADMIN PANEL
|
||||||
#=================================================
|
#=================================================
|
||||||
yunohost service add mongod --log "/var/log/mongodb.log"
|
yunohost service add mongod --log "/var/log/mongodb.log"
|
||||||
yunohost service add wekan
|
yunohost service add $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
|
@ -93,7 +93,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750
|
||||||
# ADD SERVICE IN ADMIN PANEL
|
# ADD SERVICE IN ADMIN PANEL
|
||||||
#=================================================
|
#=================================================
|
||||||
yunohost service add mongod --log "/var/log/mongodb.log"
|
yunohost service add mongod --log "/var/log/mongodb.log"
|
||||||
yunohost service add wekan
|
yunohost service add $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
|
@ -45,7 +45,7 @@ if ynh_version_gt "0.45-2" "${version}" ; then
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
fi
|
fi
|
||||||
if ynh_version_gt "0.45-3" "${version}" ; then
|
if ynh_version_gt "0.45-3" "${version}" ; then
|
||||||
yunohost service add wekan
|
yunohost service add $app
|
||||||
fi
|
fi
|
||||||
if ynh_version_gt "0.54-2" "${version}" ; then
|
if ynh_version_gt "0.54-2" "${version}" ; then
|
||||||
systemctl enable mongod
|
systemctl enable mongod
|
||||||
|
|
Loading…
Reference in a new issue