diff --git a/apps/collabora.sh b/apps/collabora.sh index bbb6c144..be33ecb5 100644 --- a/apps/collabora.sh +++ b/apps/collabora.sh @@ -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 diff --git a/apps/passman.sh b/apps/passman.sh index 766e38eb..3131765c 100644 --- a/apps/passman.sh +++ b/apps/passman.sh @@ -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 diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 3b2bebc0..51ed6e55 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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! diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 6cf581df..52f36598 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -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 diff --git a/static/collabora.sh b/static/collabora.sh index bbb6c144..be33ecb5 100644 --- a/static/collabora.sh +++ b/static/collabora.sh @@ -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 diff --git a/static/passman.sh b/static/passman.sh index 766e38eb..3131765c 100644 --- a/static/passman.sh +++ b/static/passman.sh @@ -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