Skip to content

Commit

Permalink
Exclude more files from symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbro committed Oct 16, 2021
1 parent b589a28 commit 8ae6508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npflan/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ln -snf /home/csgo/server/platform /csgo/platform
ln -snf /home/csgo/server/steamapps /csgo/steamapps

# Create symlinks to srcds files
for a in `ls /home/csgo/server/csgo|grep -v console.log|grep -v addons|grep -v cfg`; do
for a in `ls /home/csgo/server/csgo|grep -v console.log|grep -v addons|grep -v cfg|grep -v backup|grep -v .dem`; do
ln -snf /home/csgo/server/csgo/$a /csgo/csgo/$a
done

Expand Down

0 comments on commit 8ae6508

Please sign in to comment.