mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
fix initscript NAME var
This commit is contained in:
parent
9c4aa59a58
commit
2a23fd5d2a
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
||||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||||
DESC="Ghost"
|
DESC="Ghost"
|
||||||
NAME=ynh-ghost
|
NAME=ynh-ghostblog
|
||||||
GHOST_ROOT=YNH_FINALPATH/ghost
|
GHOST_ROOT=YNH_FINALPATH/ghost
|
||||||
GHOST_GROUP=ghostblog
|
GHOST_GROUP=ghostblog
|
||||||
GHOST_USER=ghostblog
|
GHOST_USER=ghostblog
|
||||||
|
@ -67,7 +67,7 @@ do_start()
|
||||||
|| return 2
|
|| return 2
|
||||||
# Add code here, if necessary, that waits for the process to be ready
|
# Add code here, if necessary, that waits for the process to be ready
|
||||||
# to handle requests from services started subsequently which depend
|
# to handle requests from services started subsequently which depend
|
||||||
# on this one. As a last resort, sleep for some time.
|
# on this one. As a last resort, sleep for some dime.
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue