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 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}"
|
||||||
|
Submodule submodules/qmining-page updated: 755891710a...d4553896af
Reference in New Issue
Block a user