Skip to content
Snippets Groups Projects
Commit bb56706e authored by Elian Loraux's avatar Elian Loraux
Browse files

fix path of utils

parent d2daf50b
No related branches found
No related tags found
1 merge request!17Reorganisation
......@@ -26,7 +26,7 @@ fi
INSTALL_DIR=`$DIRinstall`
$DIR/../utils/configure_base_tools.sh
$DIR/utils/configure_base_tools.sh
. $DIR/install/Nextcloud.env
if [ -z "$MODS" ] || [ -z "$MAINTENANCE_LEVEL" ]
then
......@@ -81,7 +81,7 @@ checkrestart
bash $DIR/checks/backups.sh
echo -e "\tPlease check that the following services are up and running"
bash $DIR/../checks/list_domains.sh
bash $DIR/checks/list_domains.sh
# Stop maintenance
if [ -d "/home/dockerweb/maintenance" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment