We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c233c3 commit 622cef7Copy full SHA for 622cef7
install.sh
@@ -49,7 +49,7 @@ read -i "$COSCALE_APPID" -p "Please enter your application id: " -e -r COSCALE_A
49
read -i "$COSCALE_TOKEN" -p "Please enter your access token: " -e -r COSCALE_TOKEN
50
51
read -i "$PATH_INSTALL" -p "Installation path: " -e -r PATH_INSTALL
52
-PATH_INSTALL=$(readlink -f $PATH_INSTALL)
+PATH_INSTALL=$(readlink -f $PATH_INSTALL || echo $PATH_INSTALL)
53
54
if ask_yesno "Create a symlink [$PATH_SYMLINK]?"; then
55
SYMLINK="true"
0 commit comments