Skip to content

Commit

Permalink
Merge pull request #3017 from sheikhmishar/patch-1
Browse files Browse the repository at this point in the history
Update manual-upgrade.md shebang
  • Loading branch information
szaimen authored Jul 23, 2023
2 parents f86032a + 5c01be9 commit dc01740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The only way to fix this on your side is upgrading regularly (e.g. by enabling d
1. Run the following commands in order to reverse engineer the Nextcloud container:
```bash
sudo docker pull assaflavie/runlike
echo '#/bin/bash' > /tmp/nextcloud-aio-nextcloud
echo '#!/bin/bash' > /tmp/nextcloud-aio-nextcloud
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike -p nextcloud-aio-nextcloud >> /tmp/nextcloud-aio-nextcloud
sudo chown root:root /tmp/nextcloud-aio-nextcloud
```
Expand Down

0 comments on commit dc01740

Please sign in to comment.