use issues (#209)

Signed-off-by: Daniel Hansson <daniel@techandme.se>
This commit is contained in:
Daniel Hansson 2017-04-23 18:32:49 +02:00 committed by GitHub
parent df439a60ca
commit 40bcb54942
6 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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!

View File

@ -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

View File

@ -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

View File

@ -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