You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble using your init.d script for some strange reason. I have a different type of folder structure:
/var/minecraft/pure/ <- Base
/var/minecraft/pure/ <- World base folder (world and world_neteher).
I'm getting this warning:
case "$1" in
check_links
for INDEX in '${!WORLDNAME[@]}'
[[ -L /var/minecraft/pure/world ]]
[[ ! -a /var/minecraft/pure/world ]]
echo 'could not process world. please move all worlds to /var/minecraft/pure.'
could not process world. please move all worlds to /var/minecraft/pure.
exit 1
I know it is something simple since it fails with the first check... so what am I missing?
ahh, /etc/passwd :) used nologin for the user I created damn my paranoia (sorry to bother you!).
The text was updated successfully, but these errors were encountered:
I'm having trouble using your init.d script for some strange reason. I have a different type of folder structure:
/var/minecraft/pure/ <- Base
/var/minecraft/pure/ <- World base folder (world and world_neteher).
I'm getting this warning:
could not process world. please move all worlds to /var/minecraft/pure.
I know it is something simple since it fails with the first check... so what am I missing?
ahh, /etc/passwd :) used nologin for the user I created damn my paranoia (sorry to bother you!).
The text was updated successfully, but these errors were encountered: