We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48c2a3 commit ae0d7d7Copy full SHA for ae0d7d7
payload.sh
@@ -13,6 +13,8 @@ cd $CONFIG_DIR || exit 1
13
14
if ! [ -d fs-manager-hippo ]; then
15
git clone https://github.com/RandomCoderOrg/fs-manager-hippo
16
+ cur=$(pwd)
17
+ cd fs-manager-hippo || exit 1
18
else
19
cur=$(pwd)
20
cd fs-manager-hippo || exit
0 commit comments