Skip to content

Commit

Permalink
Add executable permissions for uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
densnow committed Aug 24, 2023
1 parent 7650035 commit b9aedc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ then
echo "Setting variables into uninstall.sh ..."
sed -i "14iFOLDER=$FOLDER" $FOLDER/uninstall.sh
sed -i "15iSHELL_CONFIG_FILE=$SHELL_CONFIG_FILE" $FOLDER/uninstall.sh
chmod +x "$FOLDER/uninstall.sh"
else
echo "Warning: $FOLDER/uninstall.sh does not exist."
echo "critical Variables have not been set in uninstall.sh."
Expand Down

0 comments on commit b9aedc3

Please sign in to comment.