mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
fixed bash comment
This commit is contained in:
@@ -33,7 +33,7 @@ makeNextSubmodule() {
|
||||
npm audit fix > /dev/null 2> /dev/null
|
||||
npm run export
|
||||
popd || exit
|
||||
// TODO: check if link exists
|
||||
# TODO: check if link exists
|
||||
linkTarget="$PWD/nextStatic/${2}"
|
||||
if [ ! -f "${linkTarget}" ]; then
|
||||
ln -sf "$PWD/submodules/${1}/out" "${linkTarget}"
|
||||
|
Reference in New Issue
Block a user