updates
This commit is contained in:
parent
596f85e4cd
commit
18dc031492
2 changed files with 3 additions and 3 deletions
|
|
@ -142,8 +142,8 @@ master {
|
|||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ if [ ! -d "$MOUNT_POINT" ]; then
|
|||
mkdir -p "$MOUNT_POINT"
|
||||
fi
|
||||
|
||||
sudo mount -t cifs "$SMB_SHARE" "$MOUNT_POINT" -o username="$USER",password="$PASSWORD"
|
||||
sudo mount -t cifs "$SMB_SHARE" "$MOUNT_POINT" -o username="$USER",password="$PASSWORD",gid=1000,uid=1000
|
||||
|
||||
if mountpoint -q "$MOUNT_POINT"; then
|
||||
echo "Successfully mounted $SMB_SHARE at $MOUNT_POINT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue