Skip to content

Commit 7172bfb

Browse files
author
Samuel Vandamme
committed
Incorrect order of symlink operation
1 parent e38c0d0 commit 7172bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo
6767

6868
# Create symlink from /usr/bin/coscale-cli to /opt/coscale/cli/coscale-cli
6969
echo "### Creating symlink"
70-
ln -v -s /usr/bin/coscale-cli /opt/coscale/cli/coscale-cli
70+
ln -v -s /opt/coscale/cli/coscale-cli /usr/bin/coscale-cli
7171
echo
7272

7373
# Create config

0 commit comments

Comments
 (0)