mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Stop checking return code of post_install scripts in init_deps.sh
This commit is contained in:
parent
fcd230192f
commit
008dc09a60
1 changed files with 1 additions and 1 deletions
|
|
@ -60,6 +60,6 @@ do
|
|||
|
||||
if [ "$post_install" != "null" ] ; then
|
||||
echo "ℹ️ Running post install script for ${name}"
|
||||
do_and_check_cmd bash -c "$post_install"
|
||||
bash -c "$post_install"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue