mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 08:54:03 -04:00
fix(ente): auto-fill ente account add with photos + /opt/ente_data/photos
Skip interactive prompts for app type and export directory by piping defaults. Use /opt/ente_data/photos instead of /photos.
This commit is contained in:
@@ -395,9 +395,9 @@ echo "Done."
|
||||
|
||||
echo ""
|
||||
echo "Step 4/4: Adding account to Ente CLI & upgrading subscription..."
|
||||
mkdir -p /photos
|
||||
mkdir -p /opt/ente_data/photos
|
||||
export ENTE_CLI_SECRETS_PATH=/opt/ente/cli-config/secrets.txt
|
||||
ente account add
|
||||
printf 'photos\n/opt/ente_data/photos\n' | ente account add
|
||||
ente admin update-subscription -a "$EMAIL" -u "$EMAIL" --no-limit True
|
||||
echo ""
|
||||
echo "=== Setup Complete ==="
|
||||
|
||||
Reference in New Issue
Block a user