mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Do not use preinst script
This commit is contained in:
parent
df8390151e
commit
cc72a24893
1 changed files with 0 additions and 11 deletions
11
debian/preinst
vendored
11
debian/preinst
vendored
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ -f /etc/init.d/yunohost-api ]; then
|
|
||||||
service yunohost-api stop
|
|
||||||
# nc -zv 127.0.0.1 6787 < /dev/null 2> /dev/null
|
|
||||||
# if [[ ! $? -eq 0 ]];
|
|
||||||
# then
|
|
||||||
# exit 1
|
|
||||||
# fi
|
|
||||||
fi
|
|
Loading…
Add table
Reference in a new issue