Skip to content

Commit 274867d

Browse files
authored
remove ""
1 parent 17e5d69 commit 274867d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/the-lounge-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Copyright (c) 2021-2024 tteck
4-
# Author: kristocopani
4+
# Author: tteck (tteckster)
55
# License: MIT
66
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
77

@@ -44,7 +44,7 @@ motd_ssh
4444
customize
4545

4646
msg_info "Cleaning up"
47-
rm -rf "/opt/thelounge_${RELEASE}_all.deb"
47+
rm -rf /opt/thelounge_${RELEASE}_all.deb
4848
$STD apt-get -y autoremove
4949
$STD apt-get -y autoclean
5050
msg_ok "Cleaned"

0 commit comments

Comments
 (0)