Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Uptime Kuma
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/uptimekuma.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
Hello,
first of all thank you for providing so many useful and easy to use enhancements! I already installed a few of time successfully.
However when I go in to my proxmox VE Shell to instsall Uptime Kuma I run into an error:
π Steps to reproduce the issue.
Step 1: Go into proxmox Shell
Step 2: Paste the Script and press Enter
Step 3: Either Default Settings or Default Settings (with verbose). It fails in both cases
β Paste the full error output (if available).
mv: cannot move 'uptime-kuma' to a subdirectory of itself, '/opt/uptime-kuma/uptime-kuma'
[ERROR] in line 25: exit code 0: while executing command mv uptime-kuma /opt/uptime-kuma
[ERROR] in line 1088: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
πΌοΈ Additional context (optional).
It worked for a couple of other helper scripts, this was the first one that threw an error.