Skip to content

Commit

Permalink
Update setup_zurg_and_rclone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfemir authored Nov 10, 2024
1 parent 4eb16d8 commit e5c54d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_zurg_and_rclone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ is_wsl() {
if is_wsl; then
echo "Detected WSL environment."
VOLUME_OPTION="/mnt/zurg:/data:shared"
sudo mount --make-share /
sudo mount --make-shared /
else
echo "Detected native Linux environment."
VOLUME_OPTION="/mnt/zurg:/data:rshared"
Expand Down

0 comments on commit e5c54d2

Please sign in to comment.