Add debug
This commit is contained in:
parent
45e1e83e63
commit
4ebdd8479e
|
@ -90,12 +90,15 @@ if [ -d "$PROJECT_DIR" ]; then
|
||||||
chmod -R +r /usr/share/${PROJECT_NAME}
|
chmod -R +r /usr/share/${PROJECT_NAME}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "test0"
|
||||||
if ! ${PROJECT_NAME} -c "$CONFIGURATION_FILE"; then
|
if ! ${PROJECT_NAME} -c "$CONFIGURATION_FILE"; then
|
||||||
exit 453536
|
exit 453536
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#rebuild_exim_with_socks
|
#rebuild_exim_with_socks
|
||||||
|
echo "test1"
|
||||||
install_dynamicdns
|
install_dynamicdns
|
||||||
|
echo "test2"
|
||||||
torrc_migrate
|
torrc_migrate
|
||||||
nodejs_upgrade
|
nodejs_upgrade
|
||||||
apt-get -yq -t stretch-backports install certbot
|
apt-get -yq -t stretch-backports install certbot
|
||||||
|
|
Loading…
Reference in New Issue