mirror of
https://github.com/casjaysdevdocker/opengist
synced 2025-12-01 10:13:26 -05:00
🗃️ Fixed typo 🗃️
rootfs/root/docker/setup/05-custom.sh
This commit is contained in:
@@ -39,7 +39,7 @@ if [ -n "$API_URL" ]; then
|
||||
curl -q -LSsf "$API_URL" -o "$TMP_FILE" && tar xzf "$TMP_FILE" -C "/tmp"
|
||||
if [ -f "$TMP_DIR/opengist" ]; then
|
||||
[ -d "/etc/opengist" ] || mkdir -p "/etc/opengist"
|
||||
mv -f "$$TMP_BIN" "$BIN_PATH" && chmod -Rf 755 "$BIN_PATH"
|
||||
mv -f "$TMP_BIN" "$BIN_PATH" && chmod -Rf 755 "$BIN_PATH"
|
||||
rm -Rf "$TMP_FILE" "$TMP_DIR"
|
||||
else
|
||||
exitCode=1
|
||||
|
||||
Reference in New Issue
Block a user