Skip to content

Commit fe788e6

Browse files
committed
Add echo message for debugging
1 parent 6b897d2 commit fe788e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

func/upgrade.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ upgrade_rainloop(){
676676

677677
disable_api(){
678678
if [ "API" = "no" ]; then
679+
echo "[ ! ] Disable Api..."
679680
sed -i 's|//die("Error: Disabled");|die("Error: Disabled");|g' $HESTIA/web/api/index.php
680681
fi
681682
}

0 commit comments

Comments
 (0)