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:
parent
463763ab6e
commit
125e9bce12
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ makeNextSubmodule() {
|
||||||
npm audit fix > /dev/null 2> /dev/null
|
npm audit fix > /dev/null 2> /dev/null
|
||||||
npm run export
|
npm run export
|
||||||
popd || exit
|
popd || exit
|
||||||
// TODO: check if link exists
|
# TODO: check if link exists
|
||||||
linkTarget="$PWD/nextStatic/${2}"
|
linkTarget="$PWD/nextStatic/${2}"
|
||||||
if [ ! -f "${linkTarget}" ]; then
|
if [ ! -f "${linkTarget}" ]; then
|
||||||
ln -sf "$PWD/submodules/${1}/out" "${linkTarget}"
|
ln -sf "$PWD/submodules/${1}/out" "${linkTarget}"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 755891710a291494c244529cd54d59ec99d80079
|
Subproject commit d4553896afa8653c628aa968a37b3601e7f860e7
|
Loading…
Add table
Add a link
Reference in a new issue