File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
77 exit 0
88fi
99
10- versionsDirs=$( find update/* -maxdepth 0 -type d | sort --version-sort)
10+ versionsDirs=$( find $SCRIPTPATH / update/* -maxdepth 0 -type d | sort --version-sort)
1111current=$( cat $SCRIPTPATH /scroll-lock.json | jq -r .version)
1212
1313for versionsDir in $versionsDirs
Original file line number Diff line number Diff line change 11{
22 "name" : " mc-sp" ,
33 "desc" : " Minecraft Spigot" ,
4- "version" : " 0.0.4 " ,
4+ "version" : " 0.0.7 " ,
55 "processes" : {
66 "main" : {
77 "commands" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
77 exit 0
88fi
99
10- versionsDirs=$( find update/* -maxdepth 0 -type d | sort --version-sort)
10+ versionsDirs=$( find $SCRIPTPATH / update/* -maxdepth 0 -type d | sort --version-sort)
1111current=$( cat $SCRIPTPATH /scroll-lock.json | jq -r .version)
1212
1313for versionsDir in $versionsDirs
You can’t perform that action at this time.
0 commit comments