Skip to content

Commit

Permalink
Fixed permission denied error
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyjurjens committed May 19, 2020
1 parent b36fda4 commit 14beee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ endif
include $(THEOS_MAKE_PATH)/tweak.mk

internal-package-check::
@chmod 777 versionCheck.sh # Give permission to script
@./versionCheck.sh # Script to verify template's current version

after-install::
Expand Down
2 changes: 1 addition & 1 deletion template/versionCheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION='0.6.5'
VERSION='0.6.6'
# Don't remove the above line. Serves as the version this script will fetch. Only update when a new version is out.

ERROR='\033[1;31m[*] Error:\033[1;37m '
Expand Down

0 comments on commit 14beee1

Please sign in to comment.