Skip to content

Commit 7c3f766

Browse files
Update asterisk-install.sh
1 parent 1bf3473 commit 7c3f766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/asterisk-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ motd_ssh
5050
customize
5151

5252
msg_info "Cleaning up"
53-
$STD rm -f "$temp_file"
53+
rm -f "$temp_file"
5454
$STD apt-get -y autoremove
5555
$STD apt-get -y autoclean
5656
msg_ok "Cleaned"

0 commit comments

Comments
 (0)