mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
parent
df439a60ca
commit
40bcb54942
@ -226,7 +226,7 @@ HTTPS_CREATE
|
||||
sleep 1
|
||||
else
|
||||
echo "Unable to create vhost, exiting..."
|
||||
echo "Please report this issue here https://github.com/nextcloud/vm/issues/new"
|
||||
echo "Please report this issue here $ISSUES"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
@ -269,7 +269,7 @@ then
|
||||
cd "$NCPATH/apps" || exit 1
|
||||
rm "$COLLVER_FILE"
|
||||
else
|
||||
printf "${ICyan}\nIt seems like no certs were generated, please report this issue here: https://github.com/nextcloud/vm/issues/new\n"
|
||||
printf "${ICyan}\nIt seems like no certs were generated, please report this issue here: $ISSUES\n"
|
||||
any_key "Press any key to continue... "
|
||||
service apache2 restart
|
||||
fi
|
||||
|
||||
@ -27,7 +27,7 @@ then
|
||||
echo "Latest version is: $PASSVER"
|
||||
else
|
||||
echo "Failed! Download is not available at the moment, try again later."
|
||||
echo "Please report this issue here: https://github.com/nextcloud/passman/issues/new"
|
||||
echo "Please report this issue here: $ISSUES"
|
||||
any_key "Press any key to continue..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -63,7 +63,7 @@ then
|
||||
printf "${Green}Online!${Color_Off}\n"
|
||||
else
|
||||
printf "\nNetwork NOT OK. You must have a working Network connection to run this script.\n"
|
||||
echo "Please report this issue here: https://github.com/nextcloud/vm/issues/new"
|
||||
echo "Please report this issue here: $ISSUES"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -201,7 +201,7 @@ then
|
||||
printf "We will use the DHCP IP: ${Green}$ADDRESS${Color_Off}. If you want to change it later then just edit the interfaces file:\n"
|
||||
printf "sudo nano /etc/network/interfaces\n"
|
||||
echo "If you experience any bugs, please report it here:"
|
||||
echo "https://github.com/nextcloud/vm/issues/new"
|
||||
echo "$ISSUES"
|
||||
any_key "Press any key to continue..."
|
||||
else
|
||||
# Not connected!
|
||||
|
||||
@ -246,6 +246,6 @@ else
|
||||
sudo -u www-data php "$NCPATH"/occ status
|
||||
echo "UPGRADE FAILED!"
|
||||
echo "Your files are still backed up at $BACKUP. No worries!"
|
||||
echo "Please report this issue to https://github.com/nextcloud/vm/issues"
|
||||
echo "Please report this issue to $ISSUES"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -226,7 +226,7 @@ HTTPS_CREATE
|
||||
sleep 1
|
||||
else
|
||||
echo "Unable to create vhost, exiting..."
|
||||
echo "Please report this issue here https://github.com/nextcloud/vm/issues/new"
|
||||
echo "Please report this issue here $ISSUES"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
@ -269,7 +269,7 @@ then
|
||||
cd "$NCPATH/apps" || exit 1
|
||||
rm "$COLLVER_FILE"
|
||||
else
|
||||
printf "${ICyan}\nIt seems like no certs were generated, please report this issue here: https://github.com/nextcloud/vm/issues/new\n"
|
||||
printf "${ICyan}\nIt seems like no certs were generated, please report this issue here: $ISSUES\n"
|
||||
any_key "Press any key to continue... "
|
||||
service apache2 restart
|
||||
fi
|
||||
|
||||
@ -27,7 +27,7 @@ then
|
||||
echo "Latest version is: $PASSVER"
|
||||
else
|
||||
echo "Failed! Download is not available at the moment, try again later."
|
||||
echo "Please report this issue here: https://github.com/nextcloud/passman/issues/new"
|
||||
echo "Please report this issue here: $ISSUES"
|
||||
any_key "Press any key to continue..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user